Document deep link support for View component#5483
Closed
mintlify[bot] wants to merge 1 commit intomainfrom
Closed
Document deep link support for View component#5483mintlify[bot] wants to merge 1 commit intomainfrom
mintlify[bot] wants to merge 1 commit intomainfrom
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This was referenced Apr 22, 2026
Collaborator
|
Closing: no evidence this feature has shipped to production. The View component deep link feature references mint#7211, which has not merged to mint main (current tip is #7198). The View component source does not yet include hash-based deep link support. If this feature ships in the future, a new docs PR can be opened at that time. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents the new deep anchor/deep link support for the
Viewcomponent added in mintlify/mint#7211.Changes
Note
Low Risk
Documentation-only changes describing URL-hash behavior for
View; no runtime code or config changes, with low risk beyond potential wording/translation inaccuracies.Overview
Documents deep link / anchor behavior for
View: how to hash-link to a specific view, link to anchored content inside a view (auto-activating the correct view), and how switching views updates the URL hash.Adds this section to
components/view.mdxand localizedes/fr/zhview.mdxpages, and updatesguides/linking.mdxwith a new View deep links subsection that cross-links back to theViewdocs.Reviewed by Cursor Bugbot for commit d7aaf3d. Bugbot is set up for automated code reviews on this repo. Configure here.